Fix Atoms and Lisp_Object mixup and related bugs.
authorJan D <jan.h.d@swipnet.se>
Sat, 13 Nov 2010 18:59:28 +0000 (19:59 +0100)
committerJan D <jan.h.d@swipnet.se>
Sat, 13 Nov 2010 18:59:28 +0000 (19:59 +0100)
commite818d4d91a0172f8593207578c01be4c5552ef02
tree759eacaf17723c87b5dc32b50e93e89348d808ba
parent23f3d1c0fb00e1da13ca4ab0f6b153d2b4c96d3c
Fix Atoms and Lisp_Object mixup and related bugs.

* src/xselect.c (x_send_client_event): Move CHECK_STRING ...
(Fx_send_client_event): to here.

* src/xterm.c (set_wm_state): Don't put Atom in cons, call
make_fixnum_or_float on them first.
(x_term_init): Initialize Xatom_net_supporting_wm_check and
Xatom_net_supported correctly.
src/ChangeLog
src/xselect.c
src/xterm.c